projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8951523
)
dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE
author
Stefan Roese
<
[email protected]
>
Thu, 26 Nov 2015 12:38:01 +0000
(13:38 +0100)
committer
Simon Glass
<
[email protected]
>
Fri, 11 Dec 2015 03:41:56 +0000
(20:41 -0700)
Add a remark about SPL to this Kconfig option. Otherwise its identitcal
to the non-SPL version, which is confusing.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
Acked-by: Michal Simek <
[email protected]
>
drivers/core/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/core/Kconfig
b/drivers/core/Kconfig
index 53acee05faa21327453b21630898cf3591eb75ae..f332480e1d89eebeef28a2305468b57f3f3a577d 100644
(file)
--- a/
drivers/core/Kconfig
+++ b/
drivers/core/Kconfig
@@
-155,7
+155,7
@@
config OF_TRANSLATE
smaller in size than fdt_translate_address().
config SPL_OF_TRANSLATE
- bool "Translate addresses using fdt_translate_address"
+ bool "Translate addresses using fdt_translate_address
in SPL
"
depends on SPL_DM && SPL_OF_CONTROL
default n
help